home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 August / Designer's Club 1997 August.iso / mac / Idea Source / Corey.DIR / 00146.ls < prev    next >
Encoding:
Text File  |  1997-06-16  |  330 b   |  19 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite 2 to 0
  4.     updateStage()
  5.   end repeat
  6.   set the visible of sprite 2 to 1
  7.   sound stop 1
  8.   sound stop 2
  9.   sound stop 3
  10.   if the frame < 12 then
  11.     go("tut")
  12.   end if
  13.   if the frame = the lastFrame then
  14.     nothing()
  15.   else
  16.     go(the frame + 1)
  17.   end if
  18. end
  19.